T
The type of entity.
Cocktail Help Reference
UnitOfWork<T> Class
Members  See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace : UnitOfWork<T> Class



Glossary Item Box

A simple unit of work implementation for a single entity type.

Object Model

UnitOfWork<T> Class

Syntax

Visual Basic (Declaration) 
Public Class UnitOfWork(Of T As Class) 
   Inherits UnitOfWork
   Implements IUnitOfWorkIUnitOfWork(Of T), IdeaBlade.Core.IHideObjectMembers 
Visual Basic (Usage)Copy Code
Dim instance As UnitOfWork(Of T)
C# 
public class UnitOfWork<T> : UnitOfWork, IUnitOfWorkIUnitOfWork<T>, IdeaBlade.Core.IHideObjectMembers  
where T: class
C++/CLI 
generic<typename T>
public ref class UnitOfWork : public UnitOfWork, IUnitOfWorkIUnitOfWork<T>, IdeaBlade.Core.IHideObjectMembers  
where T: ref class

Type Parameters

T
The type of entity.

Inheritance Hierarchy

System.Object
   Cocktail.UnitOfWork
      Cocktail.UnitOfWork<T>

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.